cargo.git
2016-01-03 Alex Burkadoc/manifest: add `cargo run --example`
2015-12-21 borsAuto merge of #2237 - sfackler:libc-0.2, r=alexcrichton
2015-12-21 Steven FacklerFix windows
2015-12-20 Steven FacklerWhitelist improper ctypes to support old rustc versions
2015-12-20 Steven FacklerBump libc to 0.2
2015-12-20 borsAuto merge of #2225 - sgrif:sg-doctest-link-args, r...
2015-12-19 Sean GriffinRemove needless dylib check, add test
2015-12-19 borsAuto merge of #2233 - gentoo90:bash-comp, r=alexcrichton
2015-12-19 borsAuto merge of #2235 - felixc:zsh-completion, r=alexcrichton
2015-12-19 Felix CruxAdd missing subcommands to zsh auto-completion
2015-12-19 Felix CruxRemove obsolete commands from zsh auto-completion
2015-12-19 gentoo90Bashcomp: complete --bin, --bench and --test
2015-12-19 borsAuto merge of #2232 - alexcrichton:unused, r=huonw
2015-12-19 borsAuto merge of #2231 - felixc:docstrings-for-all, r...
2015-12-19 Alex CrichtonUpdate toml dependency to catch more unused keys
2015-12-18 Felix CruxEnsure all subcommands have summary description documen...
2015-12-18 borsAuto merge of #2226 - tshepang:unused, r=alexcrichton
2015-12-18 borsAuto merge of #2224 - alexcrichton:rustc-dev, r=brson
2015-12-18 borsAuto merge of #2223 - alexcrichton:better-dev-experienc...
2015-12-18 borsAuto merge of #2227 - tbu-:pr_pycache, r=alexcrichton
2015-12-18 Tobias BucherAdd __pycache__ to .gitignore
2015-12-18 Tshepang Lekhonkhoberemove unused imports
2015-12-17 borsAuto merge of #2219 - matklad:encodable-audit, r=alexcr...
2015-12-17 Aleksey Kladovadd more fields to SerializedDependency
2015-12-17 Aleksey Kladovadd more field to SerializedPackage
2015-12-17 Sean GriffinPass link search path to doctests even if build script...
2015-12-17 Alex CrichtonAllow specifying profiles to `cargo rustc`
2015-12-17 Alex CrichtonConsolidate creating processes in tests
2015-12-16 Aleksey Kladovremove unused Encodable impl for Manifest
2015-12-16 borsAuto merge of #2217 - alexcrichton:cleanup, r=alexcrichton
2015-12-16 Alex CrichtonUse try! instead of CliError::from_boxed
2015-12-16 Aleksey Kladovrefactor Target serialization
2015-12-16 borsAuto merge of #2215 - JIghtuse:master, r=alexcrichton
2015-12-16 Boris Egorovetc: Fix error message about missing Cargo snapshot
2015-12-16 borsAuto merge of #2208 - leodasvacas:clippy, r=alexcrichton
2015-12-14 leonardo.yvensclippy run
2015-12-14 borsAuto merge of #2209 - felixc:master, r=alexcrichton
2015-12-14 Felix CruxUpdate zsh completion to include new 'install' command
2015-12-12 borsAuto merge of #2207 - fhartwig:unused-import, r=alexcri...
2015-12-11 Florian HartwigRemove unused import that breaks the build on rust...
2015-12-10 borsAuto merge of #2204 - alexcrichton:bump, r=brson
2015-12-10 Alex CrichtonBump to 0.8.0
2015-12-08 borsAuto merge of #2165 - psyomn:fix-2125-dup-bins, r=alexc...
2015-12-08 psyomnfix #2125: duplicate binary names will cause a bail
2015-12-08 borsAuto merge of #2201 - matklad:serialized-dep, r=alexcri...
2015-12-07 Aleksey Kladovimplement Encodable for Dependency
2015-12-07 Aleksey Kladovmake SerializedManifest private
2015-12-04 borsAuto merge of #2192 - alexcrichton:search-cargo-home...
2015-12-04 Alex CrichtonProbe $CARGO_HOME/bin for subcommands by default
2015-12-04 borsAuto merge of #2194 - steveklabnik:update_semver, r...
2015-12-04 Steve KlabnikUpdate semver to 0.2.0
2015-12-04 borsAuto merge of #2134 - alexcrichton:build-script-input...
2015-12-03 borsAuto merge of #2190 - sfackler:wildcard-pushback, r...
2015-12-03 Steven FacklerMove wildcard rejection date back 6 weeks
2015-12-02 borsAuto merge of #2186 - alexcrichton:transaction, r=brson
2015-11-30 borsAuto merge of #2185 - alexcrichton:update, r=alexcrichton
2015-11-30 Alex CrichtonUpdate plugin tests to nightly
2015-11-30 borsAuto merge of #2184 - brandonson:master, r=alexcrichton
2015-11-30 Alex CrichtonPackage/test tarballs in a temporary location
2015-11-30 Brandon SandersonImprove message with unspecified install target.
2015-11-28 borsAuto merge of #2176 - gentoo90:bash-comp, r=alexcrichton
2015-11-28 gentoo90Update bash-completion
2015-11-24 borsAuto merge of #2168 - durka:patch-3, r=alexcrichton
2015-11-23 Alex Burkarestore dependencies.awesome normal table
2015-11-23 Alex Burkainline tables must be on one line, because TOML
2015-11-23 Alex Burkadoc/manifest: fix "default-features" example
2015-11-23 borsAuto merge of #2167 - iirelu:vec-macro-consistency...
2015-11-23 iireluMake usage of vec! macro consistent
2015-11-23 borsAuto merge of #2166 - alexcrichton:clean-up-update...
2015-11-23 Alex CrichtonClean up the `cargo update` implementation a bit
2015-11-20 borsAuto merge of #2160 - alexcrichton:bail-macro, r=huonw
2015-11-20 Alex CrichtonAdd a macro for `return Err(human(format!(...)))`
2015-11-20 borsAuto merge of #2159 - Manishearth:native-diag, r=alexcr...
2015-11-20 Manish GoregaokarImprove diagnostics for multiple native links for the...
2015-11-19 borsAuto merge of #2156 - alexcrichton:rebase-2058, r=alexc...
2015-11-19 Alex CrichtonTouch up a few last minor comments
2015-11-19 Alex CrichtonMerge branch 'cwd-fixes' of https://github.com/Kimundi...
2015-11-19 borsAuto merge of #2154 - alexcrichton:update, r=alexcrichton
2015-11-19 borsAuto merge of #2153 - carlosgaldino:cg-fix-uninstall...
2015-11-19 Carlos GaldinoUpdate man page.
2015-11-19 Carlos GaldinoFix `cargo-uninstall`.
2015-11-19 Alex CrichtonUpdate dependencies
2015-11-18 borsAuto merge of #2151 - IvanUkhov:typography, r=steveklabnik
2015-11-18 Ivan UkhovSpell “Cargo” consistently
2015-11-18 Ivan UkhovSpell “GitHub” consistently
2015-11-18 Ivan UkhovFix a typo
2015-11-18 Ivan UkhovUse “etc.” consistently
2015-11-18 Ivan UkhovUse proper quotation marks
2015-11-15 borsAuto merge of #2131 - alexcrichton:cargo-clean, r=brson
2015-11-15 Alex CrichtonFix a number of bugs with cargo clean
2015-11-12 borsAuto merge of #2136 - gkoz:empty_fingerprint, r=alexcri...
2015-11-11 Gleb KozyrevFix #1504. Don't blow up on empty fingerprint files
2015-11-11 Alex CrichtonAllow build scripts to specify dependencies
2015-11-11 borsAuto merge of #2135 - alexcrichton:bundle-crate-in...
2015-11-11 Alex CrichtonOnly read one package from registry tarballs
2015-11-11 Alex CrichtonRefactor testing the registry
2015-11-10 borsAuto merge of #2128 - k0pernicus:patch-1, r=alexcrichton
2015-11-10 WebTogzUpdate guide.md
2015-11-10 borsAuto merge of #2126 - johshoff:default_dependency_heade...
2015-11-10 WebTogzUpdate guide.md
next